@@ -38,30 +38,30 @@ jobs:
3838 - name : Checkout repository
3939 uses : actions/checkout@v4
4040
41- - name : Set up Python
42- uses : actions/setup-python@v5
43- with :
44- python-version : ' 3.10'
45-
46- - name : Install dependencies
47- run : python -m pip install --upgrade pip setuptools wheel
48-
49- - name : Build package
50- run : python setup.py sdist bdist_wheel
51-
52- - name : Publish package
53- uses : pypa/gh-action-pypi-publish@release/v1
54- with :
55- user : ${{ secrets.PYPI_USERNAME }}
56- password : ${{ secrets.PYPI_PASSWORD }}
57-
5841 - name : Generate versions
5942 uses : HardNorth/github-version-generate@v1
6043 with :
6144 version-source : file
6245 version-file : ${{ env.VERSION_FILE }}
6346 version-file-extraction-pattern : ${{ env.VERSION_EXTRACT_PATTERN }}
6447
48+ - name : Set up Python
49+ uses : actions/setup-python@v5
50+ with :
51+ python-version : ' 3.10'
52+
53+ # - name: Install dependencies
54+ # run: python -m pip install --upgrade pip setuptools wheel
55+
56+ # - name: Build package
57+ # run: python setup.py sdist bdist_wheel
58+ #
59+ # - name: Publish package
60+ # uses: pypa/gh-action-pypi-publish@release/v1
61+ # with:
62+ # user: ${{ secrets.PYPI_USERNAME }}
63+ # password: ${{ secrets.PYPI_PASSWORD }}
64+
6565 - name : Setup git credentials
6666 uses : oleksiyrudenko/gha-git-credentials@v2-latest
6767 with :
0 commit comments