Commit graph

9 commits

Author SHA1 Message Date
Kumi 6a59140f5a
Update installation instructions in README.md 2023-08-27 10:14:21 +02:00
Kumi a1d28e956b
Fix test 2023-08-27 10:10:44 +02:00
Kumi 90f2581d9f
Fork pykeydelivery for FedEx tracker 2023-08-27 10:01:47 +02:00
Kumi 7fe9e42264
Update .gitignore: Add "dist/" to ignore list
The commit adds "dist/" to the .gitignore file, ensuring that these files will be ignored when committing changes. This helps to keep the repository clean and free of unnecessary files.
2023-08-25 08:04:57 +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
Kumi c49524a010
Current status 2023-08-16 11:28:38 +02:00