Skip to content

Commit

Permalink
Merge pull request #54 from luisiturrios1/fix/deploy
Browse files Browse the repository at this point in the history
Fix deployment
  • Loading branch information
luisiturrios1 authored Apr 3, 2024
2 parents 3a5d193 + 5b82e5f commit c73c412
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 35 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/continuous_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ jobs:
runs-on: ubuntu-latest
env:
CI: "1"
permissions:
id-token: write


steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# python-version: [2.7, 3.6, 3.7, 3.8, 3.9]
# os: [MacOS, Ubuntu, Windows]
# architecture: [x64, x86]
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9]
os: [MacOS, Ubuntu, Windows]
architecture: [x64]
steps:
Expand Down
29 changes: 0 additions & 29 deletions .github/workflows/super-linter.yml

This file was deleted.

2 changes: 1 addition & 1 deletion cfdiclient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

name = 'cfdiclient'

version = '1.5.8'
version = '1.5.9'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='cfdiclient',
version='1.5.8',
version='1.5.9',
author='Luis Iturrios',
author_email='luisiturrios1@gmail.com',
description='Cliente Python Web Service del SAT para la descarga masiva de CFDIs',
Expand Down

0 comments on commit c73c412

Please sign in to comment.