Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug/fix download url for slc file #205

Merged
merged 4 commits into from
Nov 4, 2024
Merged

Conversation

ckunki
Copy link
Contributor

@ckunki ckunki commented Nov 4, 2024

Closes #206

Comment on lines 28 to 32
- name: PyPi Release
env:
POETRY_HTTP_BASIC_PYPI_USERNAME: "__token__"
POETRY_HTTP_BASIC_PYPI_PASSWORD: "${{ secrets.PYPI_TOKEN }}"
run: poetry publish
Copy link
Member

Choose a reason for hiding this comment

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

Is this part of the bugfix?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You are right, additionally (as part of the clean-up after the release) I moved the pypi release back to the old position in the workflow, which is before the GitHub release.
I hope, this is OK for you?

Copy link
Collaborator

Choose a reason for hiding this comment

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

But I am not ok with it, because a PyPi release doesn't make sense, if we couldn't upload the SLC

Nicoretti
Nicoretti previously approved these changes Nov 4, 2024
Copy link
Collaborator

@tkilias tkilias left a comment

Choose a reason for hiding this comment

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

Revert the movement of the PyPi release

@ckunki
Copy link
Contributor Author

ckunki commented Nov 4, 2024

Revert the movement of the PyPi release

Reverted. Please see latest push.

@ckunki ckunki requested a review from tkilias November 4, 2024 08:13
@ckunki ckunki merged commit a79d4a9 into main Nov 4, 2024
23 checks passed
@ckunki ckunki deleted the bug/Fix_download_URL_for_SLC_file branch November 4, 2024 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix download URL for SLC file
3 participants