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

Fix github action syntax in proposed SPEC 5 #187

Merged
merged 3 commits into from
May 24, 2023

Conversation

MridulS
Copy link
Member

@MridulS MridulS commented May 23, 2023

No description provided.

@@ -50,10 +50,10 @@ workflow" add the following lines as an additional step:

```
- name: Upload wheel
uses: scientific-python/upload-nightly-wheel
uses: scientific-python/upload-nightly-action@main
Copy link
Member

Choose a reason for hiding this comment

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

Can we suggest using releases rather than main? Or we are foreseeing a lot of changes that would mean constant changes in the version in downstream config painful?

Copy link
Member Author

Choose a reason for hiding this comment

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

Hmm, sure I don't have strong opinions about this. We do have a 0.1.0 release right now, but that's only tested with ipython and networkx right now, should we wait for some other package to try this out?

Copy link
Member

Choose a reason for hiding this comment

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

I'm just wondering about best practices. Arguably, if it's points to main the action may have changed to do something entirely different. However, the same people who can push to main could rewrite a tag, too, so overall it probably doesn't matter security-wise.

spec-0005/index.md Outdated Show resolved Hide resolved
Co-authored-by: Brigitta Sipőcz <b.sipocz@gmail.com>
@Carreau
Copy link
Contributor

Carreau commented May 24, 2023

Yeah, still figuring things out... lets get that in.

@Carreau Carreau merged commit ad2f2c5 into scientific-python:main May 24, 2023
1 check passed
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.

None yet

3 participants