]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Add a GitHub Action to build + Upload black to PyPI (#1848)
authorCooper Lees <me@cooperlees.com>
Thu, 1 Apr 2021 16:41:55 +0000 (09:41 -0700)
committerGitHub <noreply@github.com>
Thu, 1 Apr 2021 16:41:55 +0000 (18:41 +0200)
commit125ed5b2601f0e74ded03b666132e3c37ae8af07
tree4cf44a61f5a9c4a6015756bfb969abc6f464bc50
parent9451c57d1c60d70ddd55e21b44382ca96637398e
Add a GitHub Action to build + Upload black to PyPI (#1848)

* Add a GitHub Action to build + Upload black to PyPI
- Build a wheel + sdist
- Upload via twine using token stored in GitHub secrets
.github/workflows/lint.yml
.github/workflows/pypi_upload.yml [new file with mode: 0644]
.pre-commit-config.yaml