Skip to content

Commit f61520e

Browse files
author
Marcus Cornes
committed
Still trying to get GitHub Actions working
1 parent bc7c382 commit f61520e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ jobs:
3232
- name: Publish to PyPI or TestPyPI
3333
uses: pypa/gh-action-pypi-publish@v1.8.8
3434
with:
35+
packages-dir: dist/
3536
password: ${{ startsWith(github.ref, 'refs/tags/release-') && secrets.PYPI_API_TOKEN || secrets.TEST_PYPI_API_TOKEN }}
3637
repository-url: ${{ startsWith(github.ref, 'refs/tags/release-') && 'https://upload.pypi.org/legacy/' || 'https://test.pypi.org/legacy/' }}

0 commit comments

Comments
 (0)