Removed pipenv as the dependency management tool and replaced with poetry
Changed GitHub continuous integration action to utilize poetry when running CI
Added another GitHub action to test packaging and deployment of py-linq library to test PyPI repository when a release/* branch is created
Utilized PyPI token for deployment
Still to be done?
Pending successful test of releasing test package to test PyPI repository, will create another GitHub action for master branch that will deploy production PyPI repository
This is a PR for issue #55.
What changed?
pipenv
as the dependency management tool and replaced with poetryrelease/*
branch is createdStill to be done?
releasing
test package to test PyPI repository, will create another GitHub action formaster
branch that will deploy production PyPI repository