Skip to content

Commit

Permalink
ci: pass job
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Dec 1, 2022
1 parent 4cae1bd commit a5e2aa4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ jobs:
env:
TMP: /tmp
TEMP: /tmp
SETUPTOOLS_SCM_PRETEND_VERSION: "0.15"
run: python3.9 -m nox -s tests-3.9


Expand Down Expand Up @@ -144,3 +143,10 @@ jobs:

- name: Check metadata
run: pipx run twine check dist/*


pass:
needs: [tests, tests-pypy, dist]
runs-on: ubuntu-latest
steps:
- run: echo "All jobs passed"

0 comments on commit a5e2aa4

Please sign in to comment.