-
Notifications
You must be signed in to change notification settings - Fork 8
Commit c77c2ae
Add CI/CD Pipeline to publish the package to the Python pypi repos (#2)
* Initial version for pypi package
- Changed code to set version in safecache/__init__.py to fetch the version from the package metadata.
- Removed version.py since it only contained the version that is now stored in the package metadata
- Added a pyproject.toml file so the package complies with pep508
- Added a screwdriver.yaml file with the CI/CD configuration, the configuration has the following:
- Validation jobs to run validations, there is one job per validation so Pull Requests will show what validation failed.
- Versioning job to assign the version based on the version in the setup.cfg with the revision updated based on the CI Pipeline build id.
- Job to publish to the test.pypi.org public test repository.
- Functional test job that installs the package from the test repository and reruns the tests.
- Publish job to publish to the main pypi.org repository if all the validations and the functional test pass.
- Added a tox.ini to allow running the tests locally using the tox utility the same as the CI Pipeline uses.
* Initial version for pypi package
- Changed code to set version in safecache/__init__.py to fetch the version from the package metadata.
- Removed version.py since it only contained the version that is now stored in the package metadata
- Added a pyproject.toml file so the package complies with pep508
- Added a screwdriver.yaml file with the CI/CD configuration, the configuration has the following:
- Validation jobs to run validations, there is one job per validation so Pull Requests will show what validation failed.
- Versioning job to assign the version based on the version in the setup.cfg with the revision updated based on the CI Pipeline build id.
- Job to publish to the test.pypi.org public test repository.
- Functional test job that installs the package from the test repository and reruns the tests.
- Publish job to publish to the main pypi.org repository if all the validations and the functional test pass.
- Added a tox.ini to allow running the tests locally using the tox utility the same as the CI Pipeline uses.
* Initial version for pypi package
- Changed code to set version in safecache/__init__.py to fetch the version from the package metadata.
- Removed version.py since it only contained the version that is now stored in the package metadata
- Added a pyproject.toml file so the package complies with pep508
- Added a screwdriver.yaml file with the CI/CD configuration, the configuration has the following:
- Validation jobs to run validations, there is one job per validation so Pull Requests will show what validation failed.
- Versioning job to assign the version based on the version in the setup.cfg with the revision updated based on the CI Pipeline build id.
- Job to publish to the test.pypi.org public test repository.
- Functional test job that installs the package from the test repository and reruns the tests.
- Publish job to publish to the main pypi.org repository if all the validations and the functional test pass.
- Added a tox.ini to allow running the tests locally using the tox utility the same as the CI Pipeline uses.
* Initial version for pypi package
- Changed code to set version in safecache/__init__.py to fetch the version from the package metadata.
- Removed version.py since it only contained the version that is now stored in the package metadata
- Added a pyproject.toml file so the package complies with pep508
- Added a screwdriver.yaml file with the CI/CD configuration, the configuration has the following:
- Validation jobs to run validations, there is one job per validation so Pull Requests will show what validation failed.
- Versioning job to assign the version based on the version in the setup.cfg with the revision updated based on the CI Pipeline build id.
- Job to publish to the test.pypi.org public test repository.
- Functional test job that installs the package from the test repository and reruns the tests.
- Publish job to publish to the main pypi.org repository if all the validations and the functional test pass.
- Added a tox.ini to allow running the tests locally using the tox utility the same as the CI Pipeline uses.
* Initial version for pypi package
- Changed code to set version in safecache/__init__.py to fetch the version from the package metadata.
- Removed version.py since it only contained the version that is now stored in the package metadata
- Added a pyproject.toml file so the package complies with pep508
- Added a screwdriver.yaml file with the CI/CD configuration, the configuration has the following:
- Validation jobs to run validations, there is one job per validation so Pull Requests will show what validation failed.
- Versioning job to assign the version based on the version in the setup.cfg with the revision updated based on the CI Pipeline build id.
- Job to publish to the test.pypi.org public test repository.
- Functional test job that installs the package from the test repository and reruns the tests.
- Publish job to publish to the main pypi.org repository if all the validations and the functional test pass.
- Added a tox.ini to allow running the tests locally using the tox utility the same as the CI Pipeline uses.
* Initial version for pypi package
- Changed code to set version in safecache/__init__.py to fetch the version from the package metadata.
- Removed version.py since it only contained the version that is now stored in the package metadata
- Added a pyproject.toml file so the package complies with pep508
- Added a screwdriver.yaml file with the CI/CD configuration, the configuration has the following:
- Validation jobs to run validations, there is one job per validation so Pull Requests will show what validation failed.
- Versioning job to assign the version based on the version in the setup.cfg with the revision updated based on the CI Pipeline build id.
- Job to publish to the test.pypi.org public test repository.
- Functional test job that installs the package from the test repository and reruns the tests.
- Publish job to publish to the main pypi.org repository if all the validations and the functional test pass.
- Added a tox.ini to allow running the tests locally using the tox utility the same as the CI Pipeline uses.
* Initial version for pypi package
- Changed code to set version in safecache/__init__.py to fetch the version from the package metadata.
- Removed version.py since it only contained the version that is now stored in the package metadata
- Added a pyproject.toml file so the package complies with pep508
- Added a screwdriver.yaml file with the CI/CD configuration, the configuration has the following:
- Validation jobs to run validations, there is one job per validation so Pull Requests will show what validation failed.
- Versioning job to assign the version based on the version in the setup.cfg with the revision updated based on the CI Pipeline build id.
- Job to publish to the test.pypi.org public test repository.
- Functional test job that installs the package from the test repository and reruns the tests.
- Publish job to publish to the main pypi.org repository if all the validations and the functional test pass.
- Added a tox.ini to allow running the tests locally using the tox utility the same as the CI Pipeline uses.
* Initial version for pypi package
- Changed code to set version in safecache/__init__.py to fetch the version from the package metadata.
- Removed version.py since it only contained the version that is now stored in the package metadata
- Added a pyproject.toml file so the package complies with pep508
- Added a screwdriver.yaml file with the CI/CD configuration, the configuration has the following:
- Validation jobs to run validations, there is one job per validation so Pull Requests will show what validation failed.
- Versioning job to assign the version based on the version in the setup.cfg with the revision updated based on the CI Pipeline build id.
- Job to publish to the test.pypi.org public test repository.
- Functional test job that installs the package from the test repository and reruns the tests.
- Publish job to publish to the main pypi.org repository if all the validations and the functional test pass.
- Added a tox.ini to allow running the tests locally using the tox utility the same as the CI Pipeline uses.
* Initial version for pypi package
- Changed code to set version in safecache/__init__.py to fetch the version from the package metadata.
- Removed version.py since it only contained the version that is now stored in the package metadata
- Added a pyproject.toml file so the package complies with pep508
- Added a screwdriver.yaml file with the CI/CD configuration, the configuration has the following:
- Validation jobs to run validations, there is one job per validation so Pull Requests will show what validation failed.
- Versioning job to assign the version based on the version in the setup.cfg with the revision updated based on the CI Pipeline build id.
- Job to publish to the test.pypi.org public test repository.
- Functional test job that installs the package from the test repository and reruns the tests.
- Publish job to publish to the main pypi.org repository if all the validations and the functional test pass.
- Added a tox.ini to allow running the tests locally using the tox utility the same as the CI Pipeline uses.
* Initial version for pypi package
- Changed code to set version in safecache/__init__.py to fetch the version from the package metadata.
- Removed version.py since it only contained the version that is now stored in the package metadata
- Added a pyproject.toml file so the package complies with pep508
- Added a screwdriver.yaml file with the CI/CD configuration, the configuration has the following:
- Validation jobs to run validations, there is one job per validation so Pull Requests will show what validation failed.
- Versioning job to assign the version based on the version in the setup.cfg with the revision updated based on the CI Pipeline build id.
- Job to publish to the test.pypi.org public test repository.
- Functional test job that installs the package from the test repository and reruns the tests.
- Publish job to publish to the main pypi.org repository if all the validations and the functional test pass.
- Added a tox.ini to allow running the tests locally using the tox utility the same as the CI Pipeline uses.
* Initial version for pypi package
- Changed code to set version in safecache/__init__.py to fetch the version from the package metadata.
- Removed version.py since it only contained the version that is now stored in the package metadata
- Added a pyproject.toml file so the package complies with pep508
- Added a screwdriver.yaml file with the CI/CD configuration, the configuration has the following:
- Validation jobs to run validations, there is one job per validation so Pull Requests will show what validation failed.
- Versioning job to assign the version based on the version in the setup.cfg with the revision updated based on the CI Pipeline build id.
- Job to publish to the test.pypi.org public test repository.
- Functional test job that installs the package from the test repository and reruns the tests.
- Publish job to publish to the main pypi.org repository if all the validations and the functional test pass.
- Added a tox.ini to allow running the tests locally using the tox utility the same as the CI Pipeline uses.
* Initial version for pypi package
- Changed code to set version in safecache/__init__.py to fetch the version from the package metadata.
- Removed version.py since it only contained the version that is now stored in the package metadata
- Added a pyproject.toml file so the package complies with pep508
- Added a screwdriver.yaml file with the CI/CD configuration, the configuration has the following:
- Validation jobs to run validations, there is one job per validation so Pull Requests will show what validation failed.
- Versioning job to assign the version based on the version in the setup.cfg with the revision updated based on the CI Pipeline build id.
- Job to publish to the test.pypi.org public test repository.
- Functional test job that installs the package from the test repository and reruns the tests.
- Publish job to publish to the main pypi.org repository if all the validations and the functional test pass.
- Added a tox.ini to allow running the tests locally using the tox utility the same as the CI Pipeline uses.
Co-authored-by: dhubbard <[email protected]>1 parent ebddcc2 commit c77c2aeCopy full SHA for c77c2ae
File tree
13 files changed
+704
-40
lines changedFilter options
- safecache
13 files changed
+704
-40
lines changed.coveragerc
Copy file name to clipboard+34
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + |
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + |
0 commit comments