Updated and documented dependencies.

This commit is contained in:
Patrick Lehmann
2022-11-02 00:22:55 +01:00
parent 6285d65fd0
commit be1eaa4de4
17 changed files with 69 additions and 44 deletions

View File

@@ -48,10 +48,10 @@ jobs:
steps:
- name: ⏬ Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: 🐍 Setup Python ${{ inputs.python_version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ inputs.python_version }}
@@ -101,7 +101,7 @@ jobs:
run: python setup.py bdist_wheel
- name: 📤 Upload wheel artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ inputs.artifact }}
path: dist/