Skip to content

Fix imports for non-windows #7

Fix imports for non-windows

Fix imports for non-windows #7

Workflow file for this run

name: Deploy
on:
push:
tags:
- "v*"
jobs:
release-qgis-repo:
name: Deploy to QGIS plugin repository
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install qgis-plugin-ci
run: pip install qgis-plugin-ci==2.0.1
- name: Deploy to QGIS plugin repository
env:
OSGEO_USERNAME: ${{ secrets.OSGEO_USERNAME }}
OSGEO_PASSWORD: ${{ secrets.OSGEO_PASSWORD }}
run: qgis-plugin-ci release --osgeo-username "$OSGEO_USERNAME" --osgeo-password "$OSGEO_PASSWORD" "${GITHUB_REF##*/v}"