Skip to content

Commit

Permalink
Fixed python imports and python3 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjeev Kumar committed Dec 8, 2023
1 parent d4ed407 commit ff1f90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Build and publish Python 🐍 distributions 📦 to PyPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@main
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit ff1f90a

Please sign in to comment.