Minor fixes

This commit is contained in:
Andras Schmelczer 2022-07-02 21:57:09 +02:00
parent 31f5bab2f4
commit 2ba4690e12
5 changed files with 9 additions and 9 deletions

View file

@ -11,10 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9.2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9.2
python-version: 3.9
- name: Install pypa/build
run: python -m pip install build --user