Skip to content

Commit

Permalink
Trying write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
santanusinha committed Apr 5, 2024
1 parent c9b7e05 commit ec47549
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
permissions:
# This permission is required for trusted publishing.
id-token: write
contents: read
contents: write

steps:
- 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 @@
[tool.poetry]
name = "drove-cli"
version = "1.0.4a0"
version = "0.0.1"
description = "Drove Command Line Interface"
authors = ["Santanu Sinha <[email protected]>"]
maintainers = [
Expand Down

0 comments on commit ec47549

Please sign in to comment.