Skip to content

Commit

Permalink
πŸ’š ci: fix pythonpublish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ljnsn committed Mar 6, 2024
1 parent 9f79553 commit ef91acc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install poetry>=1.2.0
poetry install
python -m pip install pdm>=2.11.1
- name: Publish
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.POETRY_PYPI_TOKEN_PYPI }}
run: |
./scripts/publish.sh
python -m pdm publish

0 comments on commit ef91acc

Please sign in to comment.