Skip to content

Commit

Permalink
Swap to tokens for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhagan committed Apr 24, 2024
1 parent 3313b70 commit b11bf09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Build and publish to PyPI
run: |
poetry build
poetry publish -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }}
poetry publish -u __token__ -p ${{ secrets.PYPI_TOKEN }}
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 = "atmospy"
version = "0.1.0a4"
version = "0.1.0a5"
description = "Data analysis and visualization for air quality data."
authors = ["David H Hagan <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit b11bf09

Please sign in to comment.