Skip to content

Commit

Permalink
CI: fix version in wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
ColmTalbot authored May 28, 2024
1 parent 42855a4 commit 4fed9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: "3.11"
- name: build release distributions
run: |
python -m pip install build
python -m pip install build setuptools_scm
python -m build --sdist --wheel --outdir dist/ .
- name: upload wheel and tarball
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4fed9d0

Please sign in to comment.