We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a570c3e commit 905308fCopy full SHA for 905308f
.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
name: python-package-distributions
57
path: dist/
58
- name: Publish distribution 📦 to PyPI
59
- uses: pypa/gh-action-pypi-publish@release/v1.10
+ uses: pypa/gh-action-pypi-publish@release/v1.12
60
61
github-release:
62
name: >-
.github/workflows/test_release.yml
@@ -98,7 +98,7 @@ jobs:
98
99
100
- name: Publish distribution 📦 to TestPyPI
101
102
with:
103
repository-url: https://test.pypi.org/legacy/
104
skip-existing: true
0 commit comments