Skip to content

Commit

Permalink
Merge pull request #628 from pangeo-forge/add-twine
Browse files Browse the repository at this point in the history
(Re)add twine to release deps
  • Loading branch information
cisaacstern committed Sep 20, 2023
2 parents 372d857 + cd5a2fe commit b48fda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools setuptools-scm build
python -m pip install --upgrade setuptools setuptools-scm build twine
- name: Build and publish
env:
TWINE_USERNAME: "__token__"
Expand Down

0 comments on commit b48fda3

Please sign in to comment.