We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 412a00f commit 1c3007eCopy full SHA for 1c3007e
.github/workflows/release.yml
@@ -25,11 +25,6 @@ jobs:
25
--sdist
26
--wheel
27
--outdir dist/
28
- - name: Publish distribution 📦 to Test PyPI
29
- uses: pypa/gh-action-pypi-publish@release/v1
30
- with:
31
- password: ${{ secrets.TEST_PYPI_API_TOKEN }}
32
- repository-url: https://test.pypi.org/legacy/
33
- name: Publish distribution 📦 to PyPI
34
if: startsWith(github.ref, 'refs/tags')
35
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments