Skip to content

Commit

Permalink
remove step publish to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
nmarquesin committed Feb 9, 2024
1 parent 42b7794 commit a62be8b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: "3.10"

- name: Install Poetry
uses: snok/install-poetry@v1
Expand Down Expand Up @@ -51,11 +51,3 @@ jobs:
- name: build
if: github.ref == 'refs/heads/main'
run: poetry build

- name: publish to pypi
if: github.ref == 'refs/heads/main'
run: poetry publish
env:
POETRY_HTTP_BASIC_PYPI_USERNAME: ${{ secrets.pypi_username }}
POETRY_HTTP_BASIC_PYPI_PASSWORD: ${{ secrets.pypi_password }}

0 comments on commit a62be8b

Please sign in to comment.