Skip to content

Commit c08759a

Browse files
committed
Remove installation of package requirements
1 parent 69224b2 commit c08759a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish-pypi.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424
- name: Install Python deps
2525
run: pip install -U wheel build certifi
2626

27-
- name: Install package requirements
28-
run: make requirements
27+
# - name: Install package requirements
28+
# run: make requirements
2929

3030
- name: Build the package
3131
run: make build
3232
env:
3333
LINODE_SDK_VERSION: ${{ github.event.release.tag_name }}
3434

35-
- name: Publish the release artifacts to PyPI
36-
uses: pypa/gh-action-pypi-publish@a56da0b891b3dc519c7ee3284aff1fad93cc8598 # pin@release/v1.8.6
37-
with:
38-
password: ${{ secrets.PYPI_API_TOKEN }}
35+
# - name: Publish the release artifacts to PyPI
36+
# uses: pypa/gh-action-pypi-publish@a56da0b891b3dc519c7ee3284aff1fad93cc8598 # pin@release/v1.8.6
37+
# with:
38+
# password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)