Skip to content

Commit

Permalink
Merge pull request #117 from elbeejay/deploy-workflow
Browse files Browse the repository at this point in the history
update deploy yaml
  • Loading branch information
elbeejay authored Jul 20, 2022
2 parents 438264a + 09fa832 commit c8f71c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install -r requirements.txt
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down

0 comments on commit c8f71c9

Please sign in to comment.