Skip to content

Commit

Permalink
Try fix for windows packages
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
  • Loading branch information
jeandet committed Mar 7, 2022
1 parent 27ee006 commit 954a5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: x64
- run: |
pip install twine build
pip install twine build git+https://gitlab.com/tschoonj/mesonpep517@dump-pep425tags
python -m build .
- name: Publish on PyPi
env:
Expand Down

0 comments on commit 954a5b8

Please # to comment.