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

Rework the deploy pipeline #611

Merged
merged 5 commits into from
Sep 6, 2024
Merged

Rework the deploy pipeline #611

merged 5 commits into from
Sep 6, 2024

Conversation

pckroon
Copy link
Member

@pckroon pckroon commented Sep 6, 2024

Copy link
Member

@fgrunewald fgrunewald left a comment

Choose a reason for hiding this comment

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

looks ok to me; one comment

@@ -116,3 +115,39 @@ jobs:
run: |
mkdir -p doc/source/_static
sphinx-build -EnW -b html doc/source/ doc/build/html

deploy:
Copy link
Member

Choose a reason for hiding this comment

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

Isn't this double now i.e. defined in deploy.yml and here?

Copy link
Member Author

Choose a reason for hiding this comment

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

No, this one deploys to test.pypi.org rather than actual pypi.org. I would like to deduplicate these 2 files somewhat, but we only want to properly deploy on release, rather than for every PR.

Copy link
Member

Choose a reason for hiding this comment

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

ok!

@pckroon pckroon merged commit 5fb0154 into master Sep 6, 2024
9 checks passed
@pckroon pckroon deleted the deploy branch September 6, 2024 10:51
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.

2 participants