Commit graph

5 commits

Author SHA1 Message Date
Kumi 90f2581d9f
Fork pykeydelivery for FedEx tracker 2023-08-27 10:01:47 +02:00
Kumi e4afeaa73b
Fix .gitlab-ci.yml 2023-08-25 08:03:17 +02:00
Kumi 86e4be00ad
Add deploy stage and publish job to CI/CD pipeline
The commit adds a new deployment stage and a publish job to the .gitlab-ci.yml file. The deploy stage is placed after the test stage, and the publish job is defined to run only on tags. The publish job installs Hatchling, Twine, and Build packages, builds the project, and uploads the distribution files to PyPI using the provided token as the password.
2023-08-25 08:02:26 +02:00
Kumi aa3eb4dacf
Create ini file in CI 2023-08-16 11:38:00 +02:00
Kumi 5328879593
Fix file name of .gitlab-ci.yml... 2023-08-16 11:29:52 +02:00
Renamed from gitlab-ci.yml (Browse further)