Skip to content

Commit

Permalink
Deploy to PyPI on 3.8 (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer authored Aug 16, 2022
1 parent 2d2b411 commit 973fab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webviz-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
rm -rf ./some_portable_app
- name: 🚢 Build and deploy Python package
if: github.event_name == 'release' && matrix.python-version == '3.6'
if: github.event_name == 'release' && matrix.python-version == '3.8'
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.pypi_webviz_token }}
Expand Down

0 comments on commit 973fab5

Please sign in to comment.