File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ jobs:
24
24
- name : Install Python deps
25
25
run : pip install -U wheel build certifi
26
26
27
- - name : Install package requirements
28
- run : make requirements
27
+ # - name: Install package requirements
28
+ # run: make requirements
29
29
30
30
- name : Build the package
31
31
run : make build
32
32
env :
33
33
LINODE_SDK_VERSION : ${{ github.event.release.tag_name }}
34
34
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 }}
You can’t perform that action at this time.
0 commit comments