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 3f1597c commit d161bb6Copy full SHA for d161bb6
.github/workflows/release.yml
@@ -49,7 +49,7 @@ jobs:
49
name: python-package-distributions
50
path: dist/
51
- name: Publish distribution 📦 to PyPI
52
- uses: pypa/gh-action-pypi-publish@v1.12.4
+ uses: pypa/gh-action-pypi-publish@release/v1
53
54
55
publish-to-testpypi:
@@ -72,6 +72,6 @@ jobs:
72
73
74
- name: Publish distribution 📦 to TestPyPI
75
76
with:
77
repository-url: https://test.pypi.org/legacy/
0 commit comments