Skip to content

Commit ebb7368

Browse files
committed
update github actions anaconda build
1 parent a3c91d9 commit ebb7368

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy_anaconda.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ permissions:
1111
contents: write
1212

1313
jobs:
14-
ManyLinux_x86_64:
14+
linux:
1515
uses: MartinPdeS/MPSActions/.github/workflows/publish_compiled_package_to_anaconda.yml@master
1616
with:
17-
python-versions: '["3.11", "3.12", "3.13"]'
18-
apt-package: ""
17+
python_versions: '["3.11", "3.12", "3.13"]'
18+
apt_package: ""
19+
os_list: '["ubuntu-latest", "macos-latest", "windows-latest"]'
1920
secrets:
2021
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
21-

0 commit comments

Comments
 (0)