Testing-fixtures

Latest version: v0.4.1

Safety actively analyzes 682441 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.2.1

Documentation

* docs: update notes (39)

- remove discussion of SSH Deploy Keys
- add discussion of trusted publisher config in PyPI ([`efd7599`](https://github.com/abid-mujtaba/testing-fixtures/commit/efd759917e7a1e79a7fa9c252185cffc3f348d81))

Fix

* fix: typo in version workflow (41)

Typo in the workflow yaml ([`0f18bbb`](https://github.com/abid-mujtaba/testing-fixtures/commit/0f18bbb3c382cc7d894772044fc113139085d6ef))

* fix: use upstream semantic-release action (40)

* ci: refactor build command

use the more popular `python -m build` instead of `pyproject-build`
since they are exactly equivalent

* fix: switch to upstream semantic-release action

trying once again with the admin PAT and an explicit skip_build option
since the primary problem with the upstream action was failure to build
but we no longer need to build just to bump and release the new version ([`75b7cad`](https://github.com/abid-mujtaba/testing-fixtures/commit/75b7cadaf4d531098fa42c6edc0efc8fc386c731))

0.2.0

Feature

* feat: publish to pypi (38)

- rename file from deploy.yml to publish.yml since publication is
the more accurate verb when it comes to Python and PyPI
- add additional config to publish.yml for publising to PyPI if
publication to TestPyPI succeeds
- remove dead code from pyproject.toml ([`f8a6cea`](https://github.com/abid-mujtaba/testing-fixtures/commit/f8a6cea0eab6cdf1ebd75b861bbfeec2b39ede67))

0.1.10

Fix

* fix: version bump (37)

- fix typo in semantic-release config for specifying location of version inside the project
- Add --skip-build since semantic-release does not need to build the project to bump the version
- Remove build specific config from semantic-release ([`5627ed1`](https://github.com/abid-mujtaba/testing-fixtures/commit/5627ed1bb064702d14b756d429abd4cba92aff00))

0.1.9

Fix

* fix: deploy condition (36)

there was a typo in the if condition in the test-release job
the correct context is github.event (singular) ([`aa58e98`](https://github.com/abid-mujtaba/testing-fixtures/commit/aa58e987b5cb6ad9c0621f89d0d2dd2459afae50))

0.1.8

Fix

* fix: add deploy workflow (35)

- refactor old deploy to the version workflow since it was technically
all about bumping the version using semantic-release
- add an actual deploy workflow which currently is publishing only to Test PyPI ([`2f14668`](https://github.com/abid-mujtaba/testing-fixtures/commit/2f14668bc5fa0b52307692cad7b1f116b75db072))

0.1.7

Fix

* fix: disable cancel in progress (34)

unfortunately even though cancel-in-progress when
a new commit is pushed to a branch while the previous build is running
works BUT it sends an automated email which is indicative of a failure
while this should technically be considered normal/desired behavior ([`632b84f`](https://github.com/abid-mujtaba/testing-fixtures/commit/632b84f68dc8563053a92eb36630d873a25fe316))

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.