Skip to content

Commit

Permalink
0.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasValvekens committed Apr 30, 2023
1 parent c93d440 commit 1cbf2be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,11 @@ jobs:
with:
name: release-body
path: release-body
- name: Upload to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: ${{ vars.REPOSITORY_URL }}
# Disabled for 0.10.0 so we can run repeated tests
#- name: Upload to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# repository-url: ${{ vars.REPOSITORY_URL }}
- name: Sign with sigstore
uses: sigstore/gh-action-sigstore-python@v1.2.3
with:
Expand Down
4 changes: 2 additions & 2 deletions certomancer/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.10.0-dev1'
__version_info__ = (0, 10, 0, 'dev1')
__version__ = '0.10.0'
__version_info__ = (0, 10, 0)

0 comments on commit 1cbf2be

Please sign in to comment.