File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515 WINDOWS_INSTALLER : OpenCRAVAT-${{ startsWith(github.ref, 'refs/tags/') && github.ref_name || 'DEV' }}.exe
1616 DOCKER_TAG : ${{ secrets.DOCKER_USERNAME }}/opencravat:${{ startsWith(github.ref, 'refs/tags/') && github.ref_name || 'DEV' }}
1717 DOCKER_ARCHIVE : opencravat-docker-${{ startsWith(github.ref, 'refs/tags/') && github.ref_name || 'DEV' }}.tgz
18- PYPI_SDIST : open-cravat -${{ startsWith(github.ref, 'refs/tags/') && github.ref_name || 'DEV' }}.tar.gz
18+ PYPI_SDIST : open_cravat -${{ startsWith(github.ref, 'refs/tags/') && github.ref_name || 'DEV' }}.tar.gz
1919
2020jobs :
2121 pypi :
2727 uses : actions/checkout@v4
2828 with :
2929 fetch-depth : 0
30- - run : python setup.py sdist --formats=gztar
30+ - run : python -m build -- sdist --outdir dist
3131 - name : Archive Image File
3232 uses : actions/upload-artifact@v4
3333 with :
You can’t perform that action at this time.
0 commit comments