Skip to content

Commit

Permalink
Minor update to main-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Sep 21, 2023
1 parent b24adec commit 1a8009d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PyPi publish for magma
# PyPi publish for tibanna

name: publish

Expand Down Expand Up @@ -26,9 +26,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.11
- name: Install Python dependencies for publish
run: python -m pip install dcicutils==7.5.1
- name: Publish
env:
PYPI_USER: ${{ secrets.PYPI_USER }}
Expand Down

0 comments on commit 1a8009d

Please sign in to comment.