Skip to content

Commit

Permalink
Remove appveyor and use GHA to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed May 30, 2024
1 parent 575ec34 commit fd53ddc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 66 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

- name: Publish package
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && matrix.python-version == '3.10'
uses: pypa/gh-action-pypi-publish@release/v1
with:
# https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
user: __token__
password: ${{ secrets.MAPPYFILE_DEPLOY }}

# see https://github.com/marketplace/actions/coveralls-github-action
# we can't use coveralls-github-action as it doesn't support xml output
Expand Down
63 changes: 0 additions & 63 deletions appveyor.yml

This file was deleted.

3 changes: 0 additions & 3 deletions mappyfile.pyproj
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@ PROJ_LIB=C:\MapServer\bin\proj\SHARE
<Content Include=".gitmodules" />
<Content Include=".pypirc" />
<Content Include=".readthedocs.yaml" />
<Content Include="appveyor.yml">
<SubType>Code</SubType>
</Content>
<Content Include="code-of-conduct.md" />
<Content Include="CONTRIBUTING.md">
<SubType>Code</SubType>
Expand Down

0 comments on commit fd53ddc

Please sign in to comment.