Skip to content

Commit

Permalink
Tweak pypi flow
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbrittain committed Oct 24, 2023
1 parent eaf9712 commit 669526d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,15 @@ jobs:
builddist:
name: Build distribution 📦
runs-on: ubuntu-latest
needs: [test, testwindows]
# TODO: add back once working needs: [test, testwindows]
if: github.event_name != 'pull_request'
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
fetch-depth: 0
- name: Install pypa/build
run: >-
python3 -m
Expand Down

0 comments on commit 669526d

Please sign in to comment.