https://github.com/simonwhitaker/setuptools-demo
https://github.com/simonwhitaker/setuptools-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonwhitaker/setuptools-demo
- Owner: simonwhitaker
- Created: 2024-07-29T08:12:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T08:31:35.000Z (almost 2 years ago)
- Last Synced: 2025-06-02T01:17:05.979Z (about 1 year ago)
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setuptools demo
This repo demonstrates the issue described at https://github.com/pypa/setuptools/issues/4519, and shows methods of fixing it in your Github Actions workflows.
Take a look at the various strategies available in [.github/workflows/python.yml](.github/workflows/python.yml).
(While you're here... if you like Github Actions, you might like 🍯[runny](https://github.com/simonwhitaker/runny)! Check it out; I'm very proud of it.)