Skip to content

Commit

Permalink
ci: publish: another try
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzlerch committed Jul 30, 2023
1 parent 68c835d commit c99c615
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ jobs:
with:
python-version: "3.x"

- name: Install build dependencies
run: pip install build wheel setuptools twine check-manifest

- name: Build source and wheel distributions
run: |
python -m venv /tmp/env
/tmp/env/bin/pip install -U pip wheel setuptools twine check-manifest
python -m build
check-manifest .
twine check --strict dist/*
Expand Down

0 comments on commit c99c615

Please sign in to comment.