We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 799abce + b5abb71 commit 82efff0Copy full SHA for 82efff0
.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.10
+ uses: pypa/gh-action-pypi-publish@release/v1.12
76
77
github-release:
78
name: Publish GitHub Release
@@ -136,7 +136,7 @@ jobs:
136
137
138
- name: Publish distribution 📦 to TestPyPI
139
140
with:
141
repository-url: https://test.pypi.org/legacy/
142
skip-existing: true
0 commit comments