Skip to content

Commit

Permalink
Update publish-package.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LavermanJJ authored Aug 24, 2023
1 parent 3ec675a commit de4dc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 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 }}

0 comments on commit de4dc6f

Please sign in to comment.