Skip to content

Commit

Permalink
CI publish potential fix
Browse files Browse the repository at this point in the history
I get:

/app/twine-upload.sh: line 35: twine: command not found

This might be due to the recent Ubuntu upgrade.
ubuntu-latest now points to 22, it was 20 before.
  • Loading branch information
albertz committed Dec 6, 2022
1 parent f59a167 commit 2bd0599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
github.event.workflow_run.head_branch == 'master' &&
github.event.workflow_run.event == 'push' &&
github.repository == 'rwth-i6/returnn'
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
Expand Down

1 comment on commit 2bd0599

@albertz
Copy link
Member Author

@albertz albertz commented on 2bd0599 Dec 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.