Skip to content

Commit

Permalink
remove pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
itsnebulalol committed Jul 28, 2022
1 parent 6d6a388 commit 85e101b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

pypi:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Build and publish to PyPi
uses: JRubics/poetry-publish@v1.12
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
ignore_dev_requirements: "yes"
#pypi:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v2

# - name: Build and publish to PyPi
# uses: JRubics/poetry-publish@v1.12
# with:
# pypi_token: ${{ secrets.PYPI_TOKEN }}
# ignore_dev_requirements: "yes"


0 comments on commit 85e101b

Please sign in to comment.