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.
2 parents cd0ae35 + 3921672 commit 28dec2bCopy full SHA for 28dec2b
.github/workflows/publish.yml
@@ -57,8 +57,3 @@ jobs:
57
run: make build
58
- name: Publish package distributions to PyPI
59
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # release/v1
60
- - name: Store the distribution packages
61
- uses: actions/upload-artifact@v3
62
- with:
63
- name: python-package-distributions
64
- path: dist/
.github/workflows/test-publish.yml
@@ -65,8 +65,3 @@ jobs:
65
poetry config repositories.test-pypi https://test.pypi.org/legacy/
66
poetry config pypi-token.test-pypi ${{ secrets.TEST_PYPI_TOKEN }}
67
poetry publish -r test-pypi --build
68
69
70
71
72
0 commit comments