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 3bbcc13 + 5478cd9 commit 5f051d2Copy full SHA for 5f051d2
.github/workflows/release.yml
@@ -104,7 +104,7 @@ jobs:
104
name: python-package-distributions
105
path: dist/
106
- name: Publish distribution 📦 to PyPI
107
- uses: pypa/gh-action-pypi-publish@release/v1.12
+ uses: pypa/gh-action-pypi-publish@release/v1.13
108
109
github-release:
110
name: Publish GitHub Release
@@ -169,7 +169,7 @@ jobs:
169
170
171
- name: Publish distribution 📦 to TestPyPI
172
173
with:
174
repository-url: https://test.pypi.org/legacy/
175
skip-existing: true
0 commit comments