Skip to content

Commit

Permalink
Put quotes around pip pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Dec 31, 2020
1 parent a296154 commit 4292dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: 3.8

- name: Install python-build and twine
run: python -m pip install build twine>=3.3
run: python -m pip install build "twine>=3.3"

- name: Build package
run: python -m build --sdist --wheel .
Expand Down

0 comments on commit 4292dcc

Please sign in to comment.