We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42475ad commit af0f1fcCopy full SHA for af0f1fc
1 file changed
.github/workflows/release.yml
@@ -72,7 +72,7 @@ jobs:
72
name: python-package-distributions
73
path: dist/
74
- name: Publish distribution 📦 to PyPI
75
- uses: pypa/gh-action-pypi-publish@release/v1.13
+ uses: pypa/gh-action-pypi-publish@release/v1.14
76
77
github-release:
78
name: >-
@@ -142,7 +142,7 @@ jobs:
142
143
144
- name: Publish distribution 📦 to TestPyPI
145
146
with:
147
repository-url: https://test.pypi.org/legacy/
148
skip-existing: true
0 commit comments