aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-04 13:03:49 +0800
committerGitHub <noreply@github.com>2023-07-04 13:03:49 +0800
commit687f1ac4044666322bf89af3271d178abdb09f51 (patch)
treebe7e728af1d08cc151ead7dff5d624ae863878ee /.github/workflows
parentde70e705af71a10a31e6befd2abc4461cf3fe5b4 (diff)
downloadinfini-687f1ac4044666322bf89af3271d178abdb09f51.tar.gz
infini-687f1ac4044666322bf89af3271d178abdb09f51.zip
Update python-publish.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/python-publish.yml10
1 files changed, 4 insertions, 6 deletions
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml
index 95f3cb8c..680733cc 100644
--- a/.github/workflows/python-publish.yml
+++ b/.github/workflows/python-publish.yml
@@ -10,10 +10,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- - name: Checkout code
- uses: actions/checkout@v2
- with:
- path: 'HydroRollCore'
+# - name: Checkout code
+# uses: actions/checkout@v2
+# with:
+# path: 'HydroRollCore'
- name: Install poetry
run: pipx install poetry
shell: bash
@@ -24,11 +24,9 @@ jobs:
cache: "poetry"
- run: poetry install
shell: bash
-
- run: poetry config pypi-token.pypi "$PYPI_TOKEN"
shell: bash
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
-
- run: poetry publish --build
shell: bash