aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-04 13:40:03 +0800
committerGitHub <noreply@github.com>2023-07-04 13:40:03 +0800
commitde96bbbf81f8034865767b0846997382f4e3f064 (patch)
tree9c7660b935465b3da01207758123f9e7b287d28d /.github
parenta3ec4fede29258565e97732a4967b166e290bc2d (diff)
downloadinfini-de96bbbf81f8034865767b0846997382f4e3f064.tar.gz
infini-de96bbbf81f8034865767b0846997382f4e3f064.zip
Update python-publish.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/python-publish.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml
index 7993d751..db994ce5 100644
--- a/.github/workflows/python-publish.yml
+++ b/.github/workflows/python-publish.yml
@@ -12,7 +12,6 @@ jobs:
- uses: actions/checkout@v3
- name: Install poetry
run: |
- ls
pipx install poetry
shell: bash
- uses: actions/setup-python@v4
@@ -21,8 +20,6 @@ jobs:
architecture: "x64"
cache: "poetry"
- run: |
- ls
- cd ./HydroRollCore
poetry install
shell: bash
- run: poetry config pypi-token.pypi "$PYPI_TOKEN"
@@ -31,5 +28,6 @@ jobs:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
- run: |
ls
+ cd ./HydroRollCore
poetry publish --build
shell: bash