Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: FatahChan/python-uuidv47

Tags

v1.0.8

Toggle v1.0.8's commit message
Update README build instructions and bump version to 1.0.8

v1.0.7

Toggle v1.0.7's commit message
Bump version to 1.0.7

v1.0.6

Toggle v1.0.6's commit message
Simplify workflow to distribute only source distribution, let users b…

…uild locally

v1.0.5

Toggle v1.0.5's commit message
Fix wheel building with cibuildwheel for proper manylinux tags

v1.0.4

Toggle v1.0.4's commit message
ci: pin Python version to 3.13 in wheels workflow instead of using la…

…test

v1.0.3

Toggle v1.0.3's commit message
fix ci

v1.0.2

Toggle v1.0.2's commit message
Fix deprecated actions/upload-artifact version

- Updated from v3 to v4 to resolve deprecation warning
- Updated both upload-artifact and download-artifact actions
- This fixes the workflow failure due to deprecated action versions

v1.0.1

Toggle v1.0.1's commit message
Add wheels workflow for PyPI publishing

- Created wheels.yml workflow for building and publishing to PyPI
- Builds wheels for multiple platforms (Linux, macOS, Windows)
- Builds source distribution
- Publishes to PyPI on GitHub releases
- Uses cibuildwheel for cross-platform wheel building

v1.0.0

Toggle v1.0.0's commit message
Simplify CI workflow and prepare for PyPI publishing

- Updated wheels.yml to use API tokens instead of trusted publishing
- Removed Test PyPI upload job to simplify workflow
- Updated README to use uv for modern Python package management
- Ready for production PyPI publishing via GitHub releases