https://github.com/insarlab/MintPy
Revision 6167bc9e4aa06ccd1ccc4149164ac82d149e7aae authored by Zhang Yunjun on 07 November 2022, 06:55:29 UTC, committed by GitHub on 07 November 2022, 06:55:29 UTC
+ build-n-publish-to-pypi.yml:
   - rename "publish-to-test-pypi.yml" to "build-n-publish-to-pypi.yml"
   - trigger for pull requests
   - split jobs into 2: "build-sdist-n-wheel" and "upload-to-pypi"
   - use upload/download artifacts to connect them, as used in pysolid

+ add `.github/dependabot.yml` for auto update
1 parent a199d92
History
Tip revision: 6167bc9e4aa06ccd1ccc4149164ac82d149e7aae authored by Zhang Yunjun on 07 November 2022, 06:55:29 UTC
break publish-to-pypi into 2 jobs + add dependabot (#893)
Tip revision: 6167bc9
File Mode Size
.circleci
.github
docs
mintpy
scripts
tests
.gitignore -rw-r--r-- 1.8 KB
.pre-commit-config.yaml -rw-r--r-- 1.8 KB
.readthedocs.yaml -rw-r--r-- 676 bytes
Dockerfile -rw-r--r-- 1.7 KB
LICENSE -rw-r--r-- 35.1 KB
MANIFEST.in -rw-r--r-- 88 bytes
mkdocs.yml -rw-r--r-- 1.5 KB
pyproject.toml -rw-r--r-- 90 bytes
requirements.txt -rw-r--r-- 689 bytes
setup.py -rw-r--r-- 7.4 KB

back to top