Skip to content

Commit

Permalink
release-0.8 branch
Browse files Browse the repository at this point in the history
Also fix PYPI_PASSWORD called PYPI_TOKEN in this repo
  • Loading branch information
jjfiv committed Mar 25, 2023
1 parent a08548f commit 23798a5
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- name: Publish to PyPI
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
pip install --upgrade twine
twine upload --skip-existing *
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fastrank"
version = "0.8.0-dev"
version = "0.8.0"
authors = ["John Foley <[email protected]>"]
edition = "2018"
readme = "README.md"
Expand Down

0 comments on commit 23798a5

Please sign in to comment.