Skip to content

Commit

Permalink
Update pypi-upload.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Dec 8, 2023
1 parent 851e1c2 commit f9990b6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pypi-upload.yml
Expand Up @@ -10,7 +10,13 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -e .[dev]
- name: Build and publish
env:
TWINE_USERNAME: __token__
Expand Down

0 comments on commit f9990b6

Please sign in to comment.