Commit 369c919 1 parent 96057d5 commit 369c919 Copy full SHA for 369c919
File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ jobs:
29
29
30
30
with :
31
31
python-version : ' 3.x'
32
- - name : Install dependencies
33
- run : |
34
- python -m pip install --upgrade pip
35
- pip install build
36
- - name : Build package
37
- run : python -m build
38
- - name : Publish package
39
- uses : pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
40
- with :
41
- user : __token__
42
- password : ${{ secrets.PYPI_API_TOKEN }}
32
+ # - name: Install dependencies
33
+ # run: |
34
+ # python -m pip install --upgrade pip
35
+ # pip install build
36
+ # - name: Build package
37
+ # run: python -m build
38
+ # - name: Publish package
39
+ # uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
40
+ # with:
41
+ # user: __token__
42
+ # password: ${{ secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments