Skip to content

Commit

Permalink
Don't pin python version in publish action (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjrosengrant authored Sep 8, 2023
1 parent 739b088 commit a8d12c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
token: ${{ secrets.NANOME_BOT_PAT }}
- name: Install Python 3
uses: actions/setup-python@v1
with:
python-version: 3.10.12
- name: Install Dependencies
run: |
python -m pip install bump2version setuptools wheel twine
Expand Down

0 comments on commit a8d12c5

Please sign in to comment.