Skip to content

Commit

Permalink
Bump PyMatching version to v2.2.1 (#101)
Browse files Browse the repository at this point in the history
* remove upload_pypi from ci

* bump to v2.2.1
  • Loading branch information
oscarhiggott authored Jul 25, 2024
1 parent 24a156c commit fc8f54b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,19 +251,19 @@ jobs:
run: pytest tests --cov=./src/pymatching --cov-report=xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
upload_pypi:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
environment: pypi
permissions:
id-token: write
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/download-artifact@v4
with:
# unpacks all CIBW artifacts into dist/
pattern: cibw-*
path: dist
merge-multiple: true
# upload_pypi:
# needs: [build_wheels, build_sdist]
# runs-on: ubuntu-latest
# environment: pypi
# permissions:
# id-token: write
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
# steps:
# - uses: actions/download-artifact@v4
# with:
# # unpacks all CIBW artifacts into dist/
# pattern: cibw-*
# path: dist
# merge-multiple: true

- uses: pypa/gh-action-pypi-publish@release/v1
# - uses: pypa/gh-action-pypi-publish@release/v1
2 changes: 1 addition & 1 deletion src/pymatching/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.2.dev1" # pragma no cover
__version__ = "2.2.1" # pragma no cover

0 comments on commit fc8f54b

Please sign in to comment.