We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e55ae7 commit f0c61d4Copy full SHA for f0c61d4
.github/workflows/release.yml
@@ -48,7 +48,7 @@ jobs:
48
name: python-package-distributions
49
path: dist/
50
- name: Publish distribution 📦 to PyPI
51
- uses: pypa/gh-action-pypi-publish@release/v1.10
+ uses: pypa/gh-action-pypi-publish@release/v1.12.3
52
53
github-release:
54
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