Skip to content

Commit

Permalink
chore: fix last ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrcia committed May 28, 2024
1 parent 254892d commit c6bfde8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
publish:
environment:
name: pypi
url: https://pypi.org/p/portrait
url: https://pypi.org/p/nuance
permissions:
id-token: write
needs: [test]
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 = "nuance"
version = "0.7.0"
version = "0.7.1"
description = "Transit signals detection among correlated noises"
authors = [{ name = "Lionel Garcia" }]
license = "MIT"
Expand Down

0 comments on commit c6bfde8

Please sign in to comment.