Skip to content

Commit

Permalink
Use pypi token for package publish (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Aug 7, 2024
1 parent 0409e7c commit 1834f75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,7 @@ jobs:
with:
python-version: 3.8

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
- uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
1 change: 1 addition & 0 deletions arro3-compute/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# arro3-compute

0 comments on commit 1834f75

Please sign in to comment.