Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
LavermanJJ committed Aug 24, 2023
2 parents 90c0612 + 6c7c9f3 commit df4c5a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
pip install poetry
- name: Publish distribution 📦 to PyPI
run: |
poetry config repositories.pypi https://pypi.org/project/pysolarfocus
poetry version ${{ github.ref_name }}
poetry publish --build -r pypi -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
poetry publish --build

0 comments on commit df4c5a7

Please sign in to comment.