comment pypi

This commit is contained in:
felinae98 2022-05-21 22:11:19 +08:00
parent ca51418bf0
commit 1f992bfba3
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

@ -36,8 +36,8 @@ jobs:
- name: Setup Python environment
uses: ./.github/actions/setup-python
- name: Publish PyPI
run: poetry publish --build -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }} || echo "Already pushed to pypi"
# - name: Publish PyPI
# run: poetry publish --build -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }} || echo "Already pushed to pypi"
- run: |
echo "TAG_NAME=${GITHUB_REF#refs/tags/} >> $GITHUB_ENV"