-
-
Notifications
You must be signed in to change notification settings - Fork 329
Precommit formatting #1321
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
Precommit formatting #1321
Changes from all commits
4a51f81
7470b63
356b038
a963bb3
87174c1
bb59a4e
d548044
6606bca
cb66c0e
39f2b35
257bf3f
c12310d
923fb48
99b04b6
f1d1db6
bcbd6a7
8eddcac
3051b39
2ff320d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ jobs: | |
with: | ||
name: releases | ||
path: dist | ||
- uses: pypa/gh-action-pypi-publish@v1.6.4 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah, I think this is reverting things that have hit the mainline. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes, and I'm not sure why this is happening -- possibly we've reached the limits of my experience with git. When I run |
||
- uses: pypa/gh-action-pypi-publish@v1 | ||
with: | ||
user: __token__ | ||
password: ${{ secrets.pypi_password }} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did this get dropped?