Skip to content

Commit

Permalink
Fix publish workflow parameter passing syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Nov 7, 2024
1 parent 898a8f2 commit 6ad1883
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
with:
python-version: '3.12'
- run: make clean deps package install
- run: make publish PASSWORD=$
- run: make publish PASSWORD=${{ secrets.PYPI_TOKEN }}
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Fixed
- Fix publish workflow parameter passing syntax

## 0.10.0 - 2024-11-07
### Added
- Initial version

0 comments on commit 6ad1883

Please sign in to comment.