Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
anayden committed Dec 26, 2023
1 parent 3187cf3 commit 4745626
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
name: Release
runs-on: ubuntu-latest
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
id-token: write # required for trusted publishing to pypi
contents: write # required for tag creation
steps:
- name: Check out the repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "r2dt-client"
version = "0.1.7"
version = "0.1.8"
description = "R2DT API Client"
authors = [
{ name = "Alexey Naiden", email = "[email protected]" },
Expand Down

0 comments on commit 4745626

Please sign in to comment.