diff --git a/.github/workflows/semantic.yaml b/.github/workflows/release.yaml similarity index 96% rename from .github/workflows/semantic.yaml rename to .github/workflows/release.yaml index 566846a..e0a582b 100644 --- a/.github/workflows/semantic.yaml +++ b/.github/workflows/release.yaml @@ -55,5 +55,3 @@ jobs: - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@v1.8.14 - with: - password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/MANIFEST.in b/MANIFEST.in index 8da6eb0..12ef2a3 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,3 +2,4 @@ include LICENSE.md include README.md recursive-include azbankgateways * recursive-include docs * +prune node_modules