diff options
| author | 2023-07-04 13:36:21 +0800 | |
|---|---|---|
| committer | 2023-07-04 13:36:21 +0800 | |
| commit | 50ff408f27c49c0b2d6a62017e864c0b19416036 (patch) | |
| tree | 36c31b3e4471f35dcefcc4828145db96fe1ed1a4 /.github/workflows | |
| parent | 2bc35770cd70f041e85481f6a813cdad12973822 (diff) | |
| download | infini-50ff408f27c49c0b2d6a62017e864c0b19416036.tar.gz infini-50ff408f27c49c0b2d6a62017e864c0b19416036.zip | |
Update python-publish.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/python-publish.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index b7611a81..995f5e42 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -20,11 +20,15 @@ jobs: python-version: "3.9" architecture: "x64" cache: "poetry" - - run: poetry install + - run: | + ls + poetry install shell: bash - run: poetry config pypi-token.pypi "$PYPI_TOKEN" shell: bash env: PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} - - run: poetry publish --build + - run: | + ls + poetry publish --build shell: bash |
