File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ jobs:
3232 # I can't get windows tests to work, but at least here's linux testing the built wheels
3333 CIBW_TEST_REQUIRES : pytest
3434 CIBW_ARCHS_MACOS : ' x86_64 arm64'
35- # CIBW_BUILD: 'cp39-* cp310-* cp311-* cp312-*'
35+ # CIBW_BUILD: 'cp39-* cp310-* cp311-* cp312-* cp313-* '
3636 CIBW_SKIP : ' cp36-* cp37-*'
3737 CIBW_TEST_COMMAND_LINUX : " cd {project} && pytest -v tests/"
3838 # doesn't work?: CIBW_ENVIRONMENT_MACOS: 'CFLAGS="-DMA_NO_RUNTIME_LINKING -framework AudioToolbox "'
3939
4040
41- - uses : actions/upload-artifact@v2
41+ - uses : actions/upload-artifact@v4
4242 with :
4343 name : pypi_artifacts
4444 path : ./wheelhouse/*.whl
5757 - name : Build sdist
5858 run : python setup.py sdist
5959
60- - uses : actions/upload-artifact@v2
60+ - uses : actions/upload-artifact@v4
6161 with :
6262 name : pypi_artifacts
6363 path : dist/*.tar.gz
@@ -68,12 +68,12 @@ jobs:
6868 runs-on : ubuntu-latest
6969 if : github.event_name == 'release' && github.event.action == 'published'
7070 steps :
71- - uses : actions/download-artifact@v2
71+ - uses : actions/download-artifact@v4
7272 with :
7373 name : pypi_artifacts
7474 path : dist
7575
76- - uses : pypa/gh-action-pypi-publish@v1.4.2
76+ - uses : pypa/gh-action-pypi-publish@release/v1
7777 with :
7878 user : __token__
7979 password : ${{ secrets.PYPI_TEST_TOKEN }}
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ jobs:
2828 # I can't get windows tests to work, but at least here's linux testing the built wheels
2929 CIBW_TEST_REQUIRES : pytest
3030 CIBW_ARCHS_MACOS : ' x86_64 arm64'
31- CIBW_BUILD : ' cp39-* cp310-* cp311-* cp312-*'
31+ CIBW_BUILD : ' cp39-* cp310-* cp311-* cp312-* cp313-* '
3232 CIBW_TEST_COMMAND_LINUX : " cd {project} && pytest -v tests/"
3333
3434
35- - uses : actions/upload-artifact@v2
35+ - uses : actions/upload-artifact@v4
3636 with :
3737 name : pypi_artifacts
3838 path : ./wheelhouse/*.whl
You can’t perform that action at this time.
0 commit comments