Skip to content

Commit

Permalink
updating github action envrionment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjacobson95 committed Dec 6, 2023
1 parent 6772cd8 commit d4faeea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
build-and-publish:
runs-on: ubuntu-latest
environment: build
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand All @@ -67,4 +68,4 @@ jobs:
run: |
ls
python setup.py sdist bdist_wheel
twine upload dist/*
twine upload dist/* --verbose

0 comments on commit d4faeea

Please sign in to comment.