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