We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e131abb commit 228cc2aCopy full SHA for 228cc2a
2 files changed
.github/workflows/publish-pypi.yml
@@ -113,6 +113,6 @@ jobs:
113
path: dist/
114
115
- name: Publish to TestPyPI
116
- uses: pypa/gh-action-pypi-publish@4bb033805d9e19112d8c697528791ff53f6c2f74 # v1.12.4
+ uses: pypa/gh-action-pypi-publish@6733eb7d741f0b11ec6a39b58540dab7590f9b7d # v1.14.0
117
with:
118
repository-url: https://test.pypi.org/legacy/
.github/workflows/publish-release.yml
@@ -49,7 +49,7 @@ jobs:
49
argus scan --list
50
51
- name: Publish to PyPI
52
53
54
publish-containers:
55
name: Publish Container Images
0 commit comments