Skip to content

Commit

Permalink
Restore publishing to production PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Keefe authored and Michael O'Keefe committed Oct 28, 2024
1 parent ad8b324 commit f9771fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 152 deletions.
146 changes: 0 additions & 146 deletions .github/workflows/publish-to-pypi.yml

This file was deleted.

11 changes: 5 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,8 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.FASTSIM_TEST_PYPI_TOKEN }}

# NOTE: temporarily disabling production PyPI to test Test PyPI
#- name: Upload files to PyPI
# run: twine upload ./artifact/*
# env:
# TWINE_USERNAME: __token__
# TWINE_PASSWORD: ${{ secrets.fastsim_pypi_token }}
- name: Upload files to PyPI
run: twine upload ./artifact/*
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.fastsim_pypi_token }}

0 comments on commit f9771fb

Please sign in to comment.