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 659e5e5 commit 7f0a276Copy full SHA for 7f0a276
.github/workflows/release.yml
@@ -34,11 +34,6 @@ jobs:
34
fetch-depth: 0 # needed by setuptools-scm
35
- name: Build dists
36
run: python -m tox
37
- - name: Publish to test.pypi.org
38
- uses: pypa/gh-action-pypi-publish@master
39
- with:
40
- password: ${{ secrets.testpypi_password }}
41
- repository_url: https://test.pypi.org/legacy/
42
- name: Publish to pypi.org
43
uses: pypa/gh-action-pypi-publish@master
44
with:
0 commit comments