We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc7c382 commit f61520eCopy full SHA for f61520e
1 file changed
.github/workflows/publish.yml
@@ -32,5 +32,6 @@ jobs:
32
- name: Publish to PyPI or TestPyPI
33
uses: pypa/gh-action-pypi-publish@v1.8.8
34
with:
35
+ packages-dir: dist/
36
password: ${{ startsWith(github.ref, 'refs/tags/release-') && secrets.PYPI_API_TOKEN || secrets.TEST_PYPI_API_TOKEN }}
37
repository-url: ${{ startsWith(github.ref, 'refs/tags/release-') && 'https://upload.pypi.org/legacy/' || 'https://test.pypi.org/legacy/' }}
0 commit comments