File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -55,17 +55,17 @@ jobs:
5555 Rscript --version
5656 ls -la
5757
58- # - name: Build Distribution Packages
59- # run: |
60- # python setup.py sdist bdist_wheel
61- # ls -l dist
58+ - name : Build Distribution Packages
59+ run : |
60+ python setup.py sdist bdist_wheel
61+ ls -l dist
6262
63- # - name: Run Python Examples from Subdirectory
64- # run: |
65- # find examples -maxdepth 2 -name "*.py" -exec python {} \;
63+ - name : Run Python Examples from Subdirectory
64+ run : |
65+ find examples -maxdepth 2 -name "*.py" -exec python {} \;
6666
67- # - name: Publish to PyPI
68- # uses: pypa/gh-action-pypi-publish@release/v1
69- # with:
70- # password: ${{ secrets.PYPI_GLOBAL_BCN }}
71- # repository-url: https://upload.pypi.org/legacy/
67+ - name : Publish to PyPI
68+ uses : pypa/gh-action-pypi-publish@release/v1
69+ with :
70+ password : ${{ secrets.PYPI_GLOBAL_BCN }}
71+ repository-url : https://upload.pypi.org/legacy/
You can’t perform that action at this time.
0 commit comments