diff options
| author | 2023-07-04 13:03:49 +0800 | |
|---|---|---|
| committer | 2023-07-04 13:03:49 +0800 | |
| commit | 687f1ac4044666322bf89af3271d178abdb09f51 (patch) | |
| tree | be7e728af1d08cc151ead7dff5d624ae863878ee /.github/workflows/python-publish.yml | |
| parent | de70e705af71a10a31e6befd2abc4461cf3fe5b4 (diff) | |
| download | infini-687f1ac4044666322bf89af3271d178abdb09f51.tar.gz infini-687f1ac4044666322bf89af3271d178abdb09f51.zip | |
Update python-publish.yml
Diffstat (limited to '.github/workflows/python-publish.yml')
| -rw-r--r-- | .github/workflows/python-publish.yml | 10 |
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 |
