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.
2 parents cb564b8 + 50c048c commit 9f34de3Copy full SHA for 9f34de3
.github/workflows/release.yml
@@ -102,7 +102,7 @@ jobs:
102
name: python-package-distributions
103
path: dist/
104
- name: Publish distribution 📦 to PyPI
105
- uses: pypa/gh-action-pypi-publish@release/v1.12
+ uses: pypa/gh-action-pypi-publish@release/v1.13
106
107
github-release:
108
name: Publish GitHub Release
@@ -167,7 +167,7 @@ jobs:
167
168
169
- name: Publish distribution 📦 to TestPyPI
170
171
with:
172
repository-url: https://test.pypi.org/legacy/
173
skip-existing: true
0 commit comments