Skip to content

Commit

Permalink
Bump version to 1.1.0+dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Jul 10, 2023
1 parent 0547352 commit 2d46e13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
runs-on: ubuntu-latest
environment: release
permissions:
contents: write # Needed to upload dists to GitHub release
id-token: write # Needed for trusted publishing to PyPI

steps:
Expand All @@ -49,9 +48,5 @@ jobs:
with:
name: "dist"
path: "dist/"
- name: Upload dists to GitHub Release
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
run: gh release upload ${{ github.ref_name }} dist/* --repo ${{ github.repository }}
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@f5622bde02b04381239da3573277701ceca8f6a0 # v1.8.7
2 changes: 1 addition & 1 deletion src/trustme/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0"
__version__ = "1.1.0+dev"

0 comments on commit 2d46e13

Please sign in to comment.