File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 CIBW_TEST_SKIP : " *-macosx_arm64 *-macosx_universal2:arm64"
5252 CMAKE_OSX_ARCHITECTURES : " arm64;x86_64"
5353
54- - uses : actions/upload-artifact@v3
54+ - uses : actions/upload-artifact@v4
5555 with :
5656 path : wheelhouse/*.whl
5757
8484 env :
8585 TAG_NAME : ${{ steps.build_names.outputs.TAG_NAME }}
8686
87- - uses : actions/upload-artifact@v3
87+ - uses : actions/upload-artifact@v4
8888 with :
8989 path : python/dist/*.tar.gz
9090
@@ -101,15 +101,15 @@ jobs:
101101
102102 - name : Production Release
103103 if : startsWith(github.repository, 'MicrochipTech')
104- uses : pypa/gh-action-pypi-publish@release/v1.5
104+ uses : pypa/gh-action-pypi-publish@release/v1.10.3
105105 with :
106106 user : __token__
107107 password : ${{ secrets.PYPI_API_TOKEN }}
108108 skip_existing : true
109109
110110 - name : Test Release
111111 if : ${{ !startsWith(github.repository, 'MicrochipTech') }}
112- uses : pypa/gh-action-pypi-publish@release/v1.5
112+ uses : pypa/gh-action-pypi-publish@release/v1.10.3
113113 with :
114114 user : __token__
115115 password : ${{ secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments