Skip to content

Commit b7b2ff7

Browse files
committed
actions cleanup / added .gitignore
1 parent 760e8e0 commit b7b2ff7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
uses: actions/checkout@v2
2525
with:
2626
submodules: true
27-
- name: Set up Python 3.9
27+
- name: Set up Python 3.10
2828
uses: actions/setup-python@v2
2929
with:
30-
python-version: 3.9
30+
python-version: 3.10
3131
- name: Build sdist
3232
shell: bash
3333
run: |

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
build/
2+
dist/
3+
*.egg-info/
4+
*.pyc
5+
*.pyo
6+
*.pyd

0 commit comments

Comments
 (0)