Skip to content

Commit

Permalink
Merge branch 'main' into default-xc-opts
Browse files Browse the repository at this point in the history
  • Loading branch information
juliettelavoie authored Mar 8, 2024
2 parents 5241312 + 56f4081 commit d597c0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
make translate
python -m build --sdist --wheel
- name: Publish distribution 📦 to PyPI
uses: pypa/[email protected].12
uses: pypa/[email protected].14
2 changes: 1 addition & 1 deletion .github/workflows/tag-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
make translate
python -m build --sdist --wheel
- name: Publish distribution 📦 to Test PyPI
uses: pypa/[email protected].12
uses: pypa/[email protected].14
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true

0 comments on commit d597c0c

Please sign in to comment.