aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-04 12:28:11 +0800
committerGitHub <noreply@github.com>2023-07-04 12:28:11 +0800
commit8ea636717ab2f44a1c34d44ef3d358421203b8e0 (patch)
treecc83d29b95baa0bc8b17483c6001266e174a818c /.github/workflows
parent4c5ea62fc931688d498d12df7f01f720c772b2bb (diff)
downloadinfini-8ea636717ab2f44a1c34d44ef3d358421203b8e0.tar.gz
infini-8ea636717ab2f44a1c34d44ef3d358421203b8e0.zip
Update python-publish.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/python-publish.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml
index 41b70bc8..ba5bf1c7 100644
--- a/.github/workflows/python-publish.yml
+++ b/.github/workflows/python-publish.yml
@@ -27,6 +27,5 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
- cd HydroRollCore
python3 -m build
python3 -m twine upload dist/*