Skip to content

Commit

Permalink
Update complete_workflows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BM32ESRF authored Feb 27, 2024
1 parent ab8246e commit 0a9cc28
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/complete_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9","3.11"]
python-version: ["3.12", "3.9","3.11"]

steps:
- uses: actions/checkout@v3
Expand All @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies and Lauetools
- name: Install dependencies and laueimproc
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
Expand All @@ -46,11 +46,11 @@ jobs:
with:
node-version: '20'
fetch-depth: 0
- name: Set up Python 3.9
- name: Set up Python 3.12
uses: actions/setup-python@v2
with:
node-version: '20'
python-version: '3.9'
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install versiontag
Expand All @@ -63,5 +63,6 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
python -m build
python -m twine upload dist/*tar.gz

0 comments on commit 0a9cc28

Please sign in to comment.