diff options
| author | 2023-07-04 12:27:04 +0800 | |
|---|---|---|
| committer | 2023-07-04 12:27:04 +0800 | |
| commit | 4c5ea62fc931688d498d12df7f01f720c772b2bb (patch) | |
| tree | 98b3648c3234b5a323106f536bd4e003ab6be7ee | |
| parent | ed382bf9337f632709370b5644a180808599c7f9 (diff) | |
| download | infini-4c5ea62fc931688d498d12df7f01f720c772b2bb.tar.gz infini-4c5ea62fc931688d498d12df7f01f720c772b2bb.zip | |
Update python-publish.yml
| -rw-r--r-- | .github/workflows/python-publish.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index ba5bf1c7..41b70bc8 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -27,5 +27,6 @@ jobs: TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | + cd HydroRollCore python3 -m build python3 -m twine upload dist/* |
