Skip to content

Commit

Permalink
Merge pull request #13 from MikeMoore63/feat/routines
Browse files Browse the repository at this point in the history
feat: update python-publish.yml to allow upgrade of 1.0.6
  • Loading branch information
mike-m-hsbc authored Jan 1, 2024
2 parents 8688570 + 6940268 commit 5c8601d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ jobs:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade build
python -m pip install --upgrade pip twine build
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python -m build
twine upload dist/*
python -m twine upload dist/*

0 comments on commit 5c8601d

Please sign in to comment.