Skip to content

Commit 851e1c2

Browse files
removed env installation from pypi-upload.yml
1 parent c88783d commit 851e1c2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/pypi-upload.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-python@v2
14-
- name: Install dependencies
15-
run: |
16-
python -m pip install --upgrade pip
17-
python -m pip install -e .[dev]
1814
- name: Build and publish
1915
env:
2016
TWINE_USERNAME: __token__

0 commit comments

Comments
 (0)