Skip to content

Commit

Permalink
Merge branch 'main' into emma/arm_label_op
Browse files Browse the repository at this point in the history
  • Loading branch information
emmau678 authored Jan 13, 2025
2 parents d3956dd + 3553a77 commit a2353f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:

- name: Install dependencies
run: |
uv tool install setuptools wheel twine
uv pip install setuptools wheel
- name: Build and publish
run: |
python setup.py sdist bdist_wheel
twine upload -u __token__ -p ${{ secrets.PYPI_XDSL_TOKEN }} dist/*
uv run setup.py sdist bdist_wheel
uv tool run twine upload -u __token__ -p ${{ secrets.PYPI_XDSL_TOKEN }} dist/*

0 comments on commit a2353f4

Please sign in to comment.