Skip to content

Commit

Permalink
Merge branch 'use_dict3' of https://github.com/pycroscopy/pyTEMlib in…
Browse files Browse the repository at this point in the history
…to use_dict3
  • Loading branch information
gduscher committed Sep 1, 2024
2 parents cc51103 + 6d76896 commit 0c6299d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: build

env:

PYTHON_MAIN_VERSION: 3.12

on:
Expand All @@ -19,6 +20,7 @@ jobs:
strategy:
max-parallel: 5
matrix:

python-version: ['3.9', '3.10', '3.11', '3.12']

steps:
Expand Down Expand Up @@ -71,7 +73,7 @@ jobs:
- name: Upload to PyPi
if: startsWith( github.ref, 'refs/tags') && matrix.python-version == env.PYTHON_MAIN_VERSION
env:
PYPI_TOKEN_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
PYPI_TOKEN_PASSWORD: ${{ secrets.API_TOKEN_PYPI2 }}
run: |
pip install wheel twine, build
python -m build --sdist --wheel
Expand Down

0 comments on commit 0c6299d

Please sign in to comment.