Commit graph

10 commits

Author SHA1 Message Date
444d4372ac
Fork FedExTrack for DHLTrack 2023-08-29 08:47:16 +02:00
6a59140f5a
Update installation instructions in README.md 2023-08-27 10:14:21 +02:00
a1d28e956b
Fix test 2023-08-27 10:10:44 +02:00
90f2581d9f
Fork pykeydelivery for FedEx tracker 2023-08-27 10:01:47 +02:00
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
e4afeaa73b
Fix .gitlab-ci.yml 2023-08-25 08:03:17 +02:00
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
aa3eb4dacf
Create ini file in CI 2023-08-16 11:38:00 +02:00
5328879593
Fix file name of .gitlab-ci.yml... 2023-08-16 11:29:52 +02:00
c49524a010
Current status 2023-08-16 11:28:38 +02:00