Skip to content

Commit

Permalink
chore(ci): 4th time a charm
Browse files Browse the repository at this point in the history
  • Loading branch information
ppp-one committed May 13, 2024
1 parent 1e53e4b commit 62f2273
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
token: ${{ secrets.PYPI_TOKEN }}
name: dist
path: dist
- uses: pypa/[email protected]
Expand All @@ -63,6 +64,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
token: ${{ secrets.PYPI_TOKEN }}
name: dist
path: dist
- name: "Trigger manual publish"
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 = "cabaret"
version = "0.0.3"
version = "0.0.4"
authors = [
{name = "Peter Pedersen"},
{name = "Lionel Garcia"},
Expand Down

0 comments on commit 62f2273

Please sign in to comment.