Skip to content

Commit

Permalink
actions cleanup / added .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkern committed Jan 29, 2025
1 parent 760e8e0 commit b7b2ff7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
uses: actions/checkout@v2
with:
submodules: true
- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10
- name: Build sdist
shell: bash
run: |
Expand Down
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
build/
dist/
*.egg-info/
*.pyc
*.pyo
*.pyd

0 comments on commit b7b2ff7

Please sign in to comment.