We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74bed41 commit 1893bd4Copy full SHA for 1893bd4
.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@release/v1.10.0
+ uses: pypa/gh-action-pypi-publish@release/v1
53
54
github-release:
55
name: >-
@@ -114,7 +114,7 @@ jobs:
114
115
116
- name: Publish distribution 📦 to TestPyPI
117
118
with:
119
repository-url: https://test.pypi.org/legacy/
120
skip-existing: true
0 commit comments