Skip to content

Major refactoring: Python 3 support, Bugfixes in PBS Plugin, etc. #2

Major refactoring: Python 3 support, Bugfixes in PBS Plugin, etc.

Major refactoring: Python 3 support, Bugfixes in PBS Plugin, etc. #2

Workflow file for this run

name: build-qtop
on:
push:
branches:
- master
- 'releases/**'
pull_request:
branches:
- master
jobs:
build-project:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: pip install build twine
- run: pyproject-build
- uses: actions/upload-artifact@v3
with:
name: qtop-dist
path: dist/