diff --git a/ci/maven.yml b/ci/maven.yml index 1ae5d62..923425b 100644 --- a/ci/maven.yml +++ b/ci/maven.yml @@ -22,4 +22,4 @@ jobs: java-version: '11' distribution: 'adopt' - name: Build with Maven - run: mvn --batch-mode --update-snapshots verify + run: mvn -B package --file pom.xml diff --git a/ci/nix.yml b/ci/nix.yml deleted file mode 100644 index b42fe3e..0000000 --- a/ci/nix.yml +++ /dev/null @@ -1,29 +0,0 @@ -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. -name: Nix - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2.3.1 - - name: Install Nix - uses: cachix/install-nix-action@95a8068e317b8def9482980abe762f36c77ccc99 - - name: Install Cachix - - uses: cachix/cachix-action@490a246fbc7f92208d309eeb54383a4d828cedc1 - with: - # Once you generate a binary cache on https://app.cachix.org, you'll need to insert the name of the cache here - name: mycache - signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' - - name: Run nix-build - run: nix-build - - name: Check nix-shell works - run: nix-shell --run "echo OK" \ No newline at end of file diff --git a/ci/npm-publish.yml b/ci/npm-publish.yml index 177192b..0701ddb 100644 --- a/ci/npm-publish.yml +++ b/ci/npm-publish.yml @@ -30,7 +30,7 @@ jobs: - run: npm ci - run: npm publish env: - NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} + NODE_AUTH_TOKEN: ${{secrets.npm_token}} publish-gpr: needs: build @@ -47,4 +47,4 @@ jobs: - run: npm ci - run: npm publish env: - NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} + NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file diff --git a/ci/properties/nix.properties.json b/ci/properties/nix.properties.json deleted file mode 100644 index 3a90d75..0000000 --- a/ci/properties/nix.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Nix", - "description": "Build Nix project", - "iconName": "nix", - "categories": ["Nix"] -} diff --git a/ci/python-publish.yml b/ci/python-publish.yml index 2ac1e53..400548b 100644 --- a/ci/python-publish.yml +++ b/ci/python-publish.yml @@ -26,12 +26,11 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install setuptools wheel twine - if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - - name: Build and publish - env: - TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} - TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} - run: | - python setup.py sdist bdist_wheel - twine upload dist/* + pip install build + - name: Build package + run: python -m build + - name: Publish package + uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 + with: + user: __token__ + password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file diff --git a/icons/nix.svg b/icons/nix.svg deleted file mode 100644 index 9a70a14..0000000 --- a/icons/nix.svg +++ /dev/null @@ -1,513 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - -