Skip to content

Commit

Permalink
now with secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
LostInDarkMath committed May 3, 2024
1 parent dc99da6 commit 5c7f1d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.12 # Specify the Python version you want to use for deployment
- name: Set Twine Environment Variables
run: |
echo "TWINE_USERNAME=${{ secrets.PYPI_USERNAME }}" >> $GITHUB_ENV
echo "TWINE_PASSWORD=${{ secrets.PYPI_PASSWORD }}" >> $GITHUB_ENV
- name: Build and Upload to PyPI
run: |
pwd
Expand Down

0 comments on commit 5c7f1d3

Please sign in to comment.