Minor fixes

This commit is contained in:
Andras Schmelczer 2022-07-02 21:57:09 +02:00
parent a8820c3d3d
commit b89556cc39
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
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